home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2691 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  952 b 

  1. Path: newsfeed.tip.net!usenet
  2. From: mats@plea.se (Mats Magnusson)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Datatype write method?
  5. Date: 4 Feb 1996 06:14:50 GMT
  6. Organization: Uniplus Internet Access
  7. Message-ID: <561.6607T50T157@plea.se>
  8. References: <skypalaj.53.821757187@mat-infnw.upol.cz>
  9. NNTP-Posting-Host: beatles.plea.se
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12. >>Hmm but who controls what format it is saved in?
  13. >>Multiview/save function should have a listview or something for formats?
  14.  
  15. >It should. I expect it just calls the write method of the datatype and
  16. >because most of them don't recognize this method they just pass it to the
  17. >superclass. So it gets into picture.datatype (and is saved as ILBM),
  18. >text.datatype (and is saved as plain ascii) etc.
  19.  
  20. Well, as multiview doesn't have a way of selecting save format, ILBM is
  21. bettar than saving a picture in the same format that it was in, maybe in
  22. fewer colors, but...
  23.  
  24.